-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hyperspeed POC #7116
base: next
Are you sure you want to change the base?
Hyperspeed POC #7116
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@@ -127,6 +127,7 @@ | |||
"scripts": { | |||
"build": "pkg-utils build --strict --check --clean", | |||
"build:bundle": "vite build --config package.bundle.ts", | |||
"build:web-workers": "vite build --config package.worker.ts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is very dirty, and will be replaced by first-class support for Web Worker bundling in @sanity/pkg-utils
: sanity-io/pkg-utils#987
No changes to documentation |
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
95b0de7
to
2a79338
Compare
Description
Experimental branch, not meant to be merged directly, but broken into smaller, and focused, PRs depending on the outcome of the R&D on how to make the Studio faster.
So far the results for moving
checkoutPair
observable work (which drives mutations, draft and published document state and underpins a lot of async studio state related to form input) are very promising:hyperspeed.studio.small.mov
What to review
Feel free to share thoughts on the different experiments in this branch that should be graduated to focused initiatives 🙌
Testing
Testing the live vercel deploy for the test studio is the best way to experience the improved perf: https://test-studio-git-hyperspeed-poc.sanity.build/test/structure
Diff since branching